home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / edit / OctamedSS1.03c.lha / Soundstudio / RexxDocs / om_startup.omed.default < prev    next >
Text File  |  1996-06-09  |  378b  |  17 lines

  1. /* OMed StartUp */
  2.  
  3. address OCTAMED_REXX
  4. options results
  5.  
  6.   if open("f_keys","T:f_keys.omedtemp",W) then do
  7.   call writeln("f_keys",00)
  8.   call writeln("f_keys",16)
  9.   call writeln("f_keys",32)
  10.   call writeln("f_keys",48)
  11.   call writeln("f_keys",63)
  12.   call close("f_keys")
  13.   end
  14.  
  15. if ~makedir('RAM:rexx') then exit
  16. address command "Copy rexx/(#?.omed) TO RAM:rexx/ ALL QUIET" 
  17. exit